func github.com/andybalholm/brotli.buildHistograms

3 uses

	github.com/andybalholm/brotli (current package)
		brotli_bit_stream.go#L1370: func buildHistograms(input []byte, start_pos uint, mask uint, commands []command, lit_histo *histogramLiteral, cmd_histo *histogramCommand, dist_histo *histogramDistance) {
		brotli_bit_stream.go#L1430: 	buildHistograms(input, start_pos, mask, commands, &lit_histo, &cmd_histo, &dist_histo)
		brotli_bit_stream.go#L1489: 		buildHistograms(input, start_pos, mask, commands, &lit_histo, &cmd_histo, &dist_histo)